home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Missions / Mission_11 / Forest.script < prev    next >
Text File  |  2001-09-04  |  566b  |  17 lines

  1. //-------------------------------------------------------------------
  2. //
  3. //  This code is copyright 2001 by G5 Software.
  4. //  Any unauthorized usage, either in part or in whole of this code
  5. //  is strictly prohibited. Violators WILL be prosecuted to the
  6. //  maximum extent allowed by law.
  7. //
  8. //-------------------------------------------------------------------
  9.  
  10. class CDrawAttentionMission_Forest extends CBaseForest
  11. {
  12.   int    Dimension = 2048;
  13.   string ZoneMap   = "Terrains/zone_11.bmp";
  14.   string SkinFile  = "Missions/Mission_11/Forest.skin";
  15. }
  16.  
  17.